# Python backend for club management
__pycache__/
*.py[cod]      # Python compiled files
*$py.class
*.so
.Python
env/
.env           # Where database passwords are stored
venv/          # Virtual environment for testing
.venv

# IDE settings
.vscode/
.idea/

# Local development & testing
instance/
.pytest_cache/
.coverage      # Test coverage reports
htmlcov/

# Staff computer files
.DS_Store      # For Macs
Thumbs.db      # For Windows
