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

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


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

# Type checkers
.mypy_cache/
.ruff_cache/
.ty_cache/

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

# OS
.DS_Store
Thumbs.db

# Distribution
*.tar.gz
*.whl

# Environment variables
.env
.env.local
