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

# Virtual environments
.venv/
venv/
ENV/

# Testing
.coverage
htmlcov/
.pytest_cache/
coverage.xml

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

# Git
.git/
.gitignore

# Docs
docs/

# Tests
tests/

# CI/CD
.github/

# Other
CONTRIBUTING.md
.DS_Store
.env
.env.example
