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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
pip-wheel-metadata/
*.egg-info/
.installed.cfg
*.egg

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

# Testing / coverage
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.tox/
.nox/

# Type checkers / linters
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/

# IDE / Editors
.idea/
.vscode/
*.iml

# OS / Misc
.DS_Store
Thumbs.db
.python-version
.ipynb_checkpoints/
.benchmarks/

# Logs
*.log
