# Python
__pycache__/
*.py[cod]
*$py.class
.Python
env/
venv/
.venv/
*.egg-info/
dist/

# Environment files
.env
.env.local

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