# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environment
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
*.cover
*.py,cover
.hypothesis/

# Security Audit Tool - Generated Reports
security_audit_*.json
security_audit_*.html
*.audit.log

# Local configuration
config.local.yml
.env
.env.local

# Jupyter
.ipynb_checkpoints

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Pyre
type_hints/
.pyre/

# Database
*.db
*.sqlite
*.sqlite3

# Logs
*.log
logs/
log/

# Temporary files
tmp/
temp/
*.tmp
*.temp

# OS files
Thumbs.db
desktop.ini
