# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

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

# Distribution / packaging
build/
dist/
eggs/
*.egg-info/
*.egg
pip-wheel-metadata/
wheels/
*.manifest
*.spec

# Testing / coverage
.coverage
.coverage.*
.cache
.pytest_cache/
.tox/
.nox/
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
htmlcov/

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

# Logs and local data
*.log

# Environment / secrets
.env
.env.*
.envrc
.python-version

# IDE / tooling
.vscode/
.idea/
*.swp
*.swo

# OS / metadata
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/
