# Git
.git
.github
.gitignore

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

# Virtual environments
venv
env
ENV
.venv

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

# Testing
.pytest_cache
.coverage
htmlcov
.tox

# Type checking
.mypy_cache
.pytype

# Documentation
docs
*.md
README*
LICENSE*

# CI/CD
.github

# Misc
*.log
.DS_Store
