# Virtual Environment
venv/

# Python
__pycache__/
*.pyc

# Environment
.env
node_modules

# IDE
.vscode/
.idea/