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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# OS
.DS_Store
Thumbs.db

# Secrets (never commit)
.env
