# Environment & secrets
.env
.env.*
!.env.example

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
pip-wheel-metadata/
share/python-wheels/
.installed.cfg
lib/
lib64/
MANIFEST
.claude/
# Virtual environments
.venv/
venv/
ENV/
env/
.python-version

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
*.cover
*.py,cover
nosetests.xml
test-results/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# Linting
.ruff_cache/

# Distribution / packaging
*.whl
*.tar.gz

# depscore output
depscore-output/
*.depscore-report.json

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Docker
.docker/

# Jupyter
.ipynb_checkpoints/
*.ipynb
