# Virtual environments
.venv/
.venv-pypi-test/
venv/
env/
.env/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
.eggs/
dist/
build/
*.manifest
*.spec

# Hatch
.hatch/

# Installer
*.whl
*.tar.gz

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

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

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

# OS
.DS_Store
Thumbs.db

# Local env / secrets
.env
.env.prod
.env.local
.env.*.local
*.local

# Jupyter
.ipynb_checkpoints/

# Distribution / packaging (keep dist out; built in CI)
*.egg-info/
*.egg
