guideCity/.gitignore
vrubelroman 2acc5dfa2e Initialize guideCity monorepo scaffolding
Set up git repo with .gitignore and README describing the planned
backend (FastAPI + PostGIS) and Android (Kotlin/Compose) architecture.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-09 18:19:47 +00:00

36 lines
404 B
Text

# Environment
.env
*.env
!.env.example
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Docker
docker-compose.override.yml
# Android / Gradle
android/local.properties
android/.gradle/
android/**/build/
android/.idea/
android/*.iml
android/.cxx/
android/captures/
android/.externalNativeBuild/
*.keystore
*.jks
# IDE
.vscode/
.DS_Store
# Logs
*.log