# Ignore python cache
__pycache__/
*.pyc
*.pyo
*.pyd

# Ignore environment files
.env
.venv/

# Ignore editor-specific folders
.vscode/
.idea/
