# Git
.git/
.gitignore

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
*.egg-info/
.pytest_cache/
.coverage

# Project
profiles/
extensions/
.env
*.md
docs/
tasks/
tests/

# IDE
.vscode/
.idea/
*.swp
