# Python bytecode files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Logs
*.log
logs/

# Generated files
*.pdf

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Documentation
docs/_build/
docs/generated/

# Local development settings
.envrc
.direnv/

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Jupyter Notebook
.ipynb_checkpoints

# Benchmarks
.benchmarks/

