# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

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

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

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Distribution
*.tar.gz
*.whl
