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

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

# Environment files and secrets
.env
.env.*
!.env.example
*.pem
*.key

# Debug artifacts
.dbg/
debug-*.md

# Test and coverage output
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# IDE and OS files
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
