# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.so
*.pyd

# C extensions
*.c
*.cpp

# Distribution / packaging
build/
dist/
wheels/
*.egg-info/
*.egg
.eggs/
MANIFEST
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
test-results/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# VS Code
.vscode/
.code-workspace

# PyCharm
.idea/
*.iml

# macOS
.DS_Store

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

# Lock files
Pipfile.lock
poetry.lock
uv.lock

# Project-specific
packages/*/src/*/__pycache__/
packages/*/src/*/*.py[cod]

# Environment variables
.env.*
