node_modules/
dist/
release/
.env
.env.production
.env.local
.env.build
.env.staging
.DS_Store

# IDE and editor settings
.idea/
.vscode/

# Build artifacts
*.iml
*.tsbuildinfo
build.backup/

# Python
__pycache__/
*.py[cod]
*$py.class
*.pyc
.Python
resources/python/
resources/venv/
.venv/
venv/
ENV/
env/
*.egg-info/
.pytest_cache/

# Platform-specific binaries
resources/bin/

# Large local artifacts/binaries
*.apk
*.dmg
*.zip
*.tar.gz
*.jar

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.env.production
resources/runtime.env

mahoraga-backend
docs