# 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

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# macOS
.DS_Store

# IDEs
.idea/
.vscode/
*.swp

# Nested sub-repos and temporary state
/test/
/tech club/
/the team/
node_modules/
.freebuff/
*.db
*.db-shm
*.db-wal

