.env
# Python-related
__pycache__
*.py[cod]
*.so

# Virtual environment
venv/
env/
.venv/

# IDE-related
.vscode/
.idea/

# Logs
*.log

# Temporary files
*.tmp
*.bak
*.swp

# OS-generated files
.DS_Store
Thumbs.db

# Dependency directories
node_modules/

# Distribution / packaging
dist/
build/
*.egg-info/

# Jupyter Notebook
.ipynb_checkpoints

# Coverage reports
htmlcov/
.coverage
.coverage.*

# pytest
.pytest_cache/

# mypy
.mypy_cache/

# Environments
.env.local
.env.development.local
.env.test.local
.env.production.local

# Neon-specific (if applicable)
neon_config.yaml
