# Git
.git
.gitignore
.github

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
*.egg-info
dist
build
.eggs

# Virtual environments
venv/
ENV/
env/
.venv

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

# OS
.DS_Store
Thumbs.db

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

# Documentation
*.md
!README.md

# CI/CD
.github/

# Development files
tests/
scripts/
example.py

# Logs
*.log

# Cache
.mypy_cache/
.dmypy.json
dmypy.json