# Build artifacts
build/
dist/
*.egg-info/
*.egg
wheels/
.eggs/

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

# Virtualenvs
.venv/
venv/
env/
ENV/

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

# Type checkers
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/

# Editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Secrets
.env
.env.*
!.env.example
