# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/

# Environment
.env
.env.local

# Virtual environments
.venv
venv/

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

# Database (if you want to ignore it)
# interview_prep.db

# OS
.DS_Store
Thumbs.db

# Outputs
outputs/

# Sandbox
sandbox/