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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/
wheels/

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

# PDM / Hatch
.pdm.toml
__pypackages__/
.hatch/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# IDE / editor
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# OS
.DS_Store
Thumbs.db

# Project-specific
cache/
/data/
log/
Temp/
*.log
*.bak
*.tmp

# Build artifacts
*.whl
