# EnvForge .gitignore

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/
ENV/

# Environment files (NEVER commit these)
.env
.env.local
.env.production
.env.prod

# Database
*.db
*.sqlite3

# IDE
.idea/
.vscode/settings.json
*.swp
*.swo
.DS_Store

# Next.js
frontend/.next/
frontend/out/
frontend/node_modules/
frontend/.env.local

# Docker volumes
postgres_data/

# Test artifacts
.coverage
htmlcov/
.pytest_cache/
coverage.xml

# Logs
*.log
logs/

# Generated scripts (don't commit user-generated scripts)
generated/

# Alembic (keep migrations, not compiled)
__pycache__/
