# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
env/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Build artefacts
build/
dist/
*.egg-info/
*.egg
.eggs/
src/*.egg-info/

# Secrets
.env
.env.*
!.env-example
*.pem
*.key
*.p12
*.pfx
*.kdbx
.credentials*
.npmrc
.pypirc

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

# Per-tool caches
.tox/
.nox/
.cache/
