# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.whl
.installed.cfg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/
.python-version

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
*.cover
.hypothesis/
.tox/
.test_token

# Environment files
.env
.env.local
.env.*.local

# Logs
*.log
logs/

# Database
*.db
*.sqlite
*.sqlite3

# Redis
dump.rdb

# Docker
docker-compose.override.yml

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

# UV/uv
# Note: uv.lock should be committed for reproducible builds
# See: https://docs.astral.sh/uv/concepts/projects/#lockfile

# Generated files
*.pyc

playwright-profile/