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

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

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

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

# Git
.git/
.gitignore
.gitattributes

# CI/CD
.github/

# Documentation
docs/

# Other
*.md
!README.md
.DS_Store
*.log
