# Git
.git
.gitignore
.gitattributes

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

# Virtual environments
.venv
venv/
ENV/
env/

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

# Testing
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
htmlcov/
qa/web/tests/visual/__snapshots__/

# Documentation
docs/_build/
site/

# OS
.DS_Store
Thumbs.db

# CI/CD
.github/

# Project specific
*.log
.env
.env.*
tasks/
TASK-*.md
README.md
CONTRIBUTING.md
CHANGELOG.md
LICENSE
