# Python
*.pyc
__pycache__/
*.pyo
*.pyd

# Virtual Environment
venv/
.env
./.idea
*.sqlite
*.css*