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

# Virtual environments
.env
.env.dev
.venv
.venv.old.*/
env/
venv/
ENV/
env.bak/
venv.bak/

# Test environment files
tests/e2e/.env.test.json
tests/e2e/.env.test.json.backup
tests/e2e/.env.test.mock

# uv
.uv_cache

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
logs/

# Test coverage
.coverage
.coverage.*
.cache
htmlcov/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# pytest
.pytest_cache/

# Jupyter
.ipynb_checkpoints

# pyenv
.python-version

# Temporary files
*.tmp
*.bak
*.swp
*.orig

# Process ID files
.pids