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

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

# Virtual environments
.venv/
venv/
env/

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

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

# mypy / type checking
.mypy_cache/
.pytype/

# dotenv
.env
.env.*

# OS
.DS_Store
Thumbs.db
