# Python
__pycache__/
*.py[cod]
*.pyo
*.egg
*.egg-info/
*.eggs/
*.whl
*.so

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

# Distribution / Build
build/
dist/
sdist/
*.tar.gz

# IDE / Editors
.vscode/
.idea/
.cursor/
*.swp
*.swo
*~
.project
.settings/

# AI tools
.claude/
.copilot/

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml
*.cover

# Linting / Formatting
.ruff_cache/
.mypy_cache/

# Environment / Secrets
.env
.env.*
*.pem
*.key
credentials.json

# OS files
.DS_Store
Thumbs.db
Desktop.ini

# Database files
*.db
*.sqlite
*.sqlite3

# Misc
node_modules/
old-streamlit_code
*.log
