# Python
*.pyc
__pycache__/
*.pyo
*.egg
*.egg-info/
.eggs/
dist/
build/
sdist/

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

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Distribution
*.tar.gz
*.whl
