22 lines
248 B
Plaintext
22 lines
248 B
Plaintext
# Environment — contains secrets, never commit
|
|
backend/.env
|
|
|
|
# GeoIP database — large binary, download separately
|
|
data/
|
|
|
|
# Node
|
|
frontend/node_modules/
|
|
frontend/build/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Docker
|
|
*.log
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|