# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.venv/
venv/
env/

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

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

# OS
.DS_Store
Thumbs.db

# Project specific
outputs/
*.log
.env
.env.local

# Frontend (not needed for backend)
frontend/
node_modules/

# Documentation
docs/_build/
*.pdf

# Git
.git/
.gitignore

