# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
venv/
env/

# Environment variables
.env

# Generated RSS feeds
*.xml

# Upload markers
.*_xsl_uploaded

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/
*.cover
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

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

# OS
.DS_Store
Thumbs.db
