# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.python-version

# IDE - PyCharm
.idea/
*.iws
*.iml
*.ipr

# IDE - VSCode
.vscode/
*.code-workspace

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

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

# OS specific
.DS_Store
Thumbs.db

# Temporary files
tmp/

tasks.md
