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

# Virtual environment
venv/

# IDE
.idea/
.vscode/
*.swp

# Environment
.env
