# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environments
.venv/
venv/
env/

# Build / distribution
build/
dist/
*.egg-info/
*.egg
.eggs/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.pytype/

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

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

# gettext build artifacts
*.mo

# Project-specific
dev.log
