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

# Virtual environments
.venv/
venv/
env/

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

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Senshi runtime
.senshi/
*.db
tests/vuln_app/test.db

# Logs
*.log

# Distribution
*.tar.gz
