# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# UV package manager
uv.lock

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.cache
coverage.xml
*.cover

# IDE
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
*.tmp
*.temp

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Project specific
*.contextr.toml
*.ctx
logs/
temp/
