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

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

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

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

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

# Editors / OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Secrets — never commit credentials
.env
.env.*
*.pem
secrets.json
