330 lines
4.7 KiB
Plaintext
330 lines
4.7 KiB
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[codz]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
/lib/
|
|
/lib64/
|
|
!apps/lib/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# PyInstaller
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py.cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
cover/
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
local_settings.py
|
|
db.sqlite3
|
|
db.sqlite3-journal
|
|
|
|
# Flask stuff:
|
|
instance/
|
|
.webassets-cache
|
|
|
|
# Scrapy stuff:
|
|
.scrapy
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
.pybuilder/
|
|
target/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# IPython
|
|
profile_default/
|
|
ipython_config.py
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# pipenv
|
|
# Pipfile.lock
|
|
|
|
# UV
|
|
# uv.lock
|
|
|
|
# poetry
|
|
# poetry.lock
|
|
# poetry.toml
|
|
|
|
# pdm
|
|
# pdm.lock
|
|
# pdm.toml
|
|
.pdm-python
|
|
.pdm-build/
|
|
|
|
# pixi
|
|
# pixi.lock
|
|
.pixi
|
|
|
|
# PEP 582
|
|
__pypackages__/
|
|
|
|
# Celery stuff
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
|
|
# Redis
|
|
*.rdb
|
|
*.aof
|
|
*.pid
|
|
|
|
# RabbitMQ
|
|
mnesia/
|
|
rabbitmq/
|
|
rabbitmq-data/
|
|
|
|
# ActiveMQ
|
|
activemq-data/
|
|
|
|
# SageMath parsed files
|
|
*.sage.py
|
|
|
|
# Environments
|
|
.env
|
|
.envrc
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# Spyder project settings
|
|
.spyderproject
|
|
.spyproject
|
|
|
|
# Rope project settings
|
|
.ropeproject
|
|
|
|
# mkdocs documentation
|
|
/site
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
|
|
# Pyre type checker
|
|
.pyre/
|
|
|
|
# pytype static type analyzer
|
|
.pytype/
|
|
|
|
# Cython debug symbols
|
|
cython_debug/
|
|
|
|
# Ruff stuff:
|
|
.ruff_cache/
|
|
|
|
# PyPI configuration file
|
|
.pypirc
|
|
|
|
# Marimo
|
|
marimo/_static/
|
|
marimo/_lsp/
|
|
__marimo__/
|
|
|
|
# Streamlit
|
|
.streamlit/secrets.toml
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
.dart_tool/
|
|
.dart_tool/flutter_build/
|
|
**/generated_plugin_registrant.dart
|
|
.packages
|
|
.pub-preload-cache/
|
|
.pub/
|
|
build/
|
|
flutter_*.png
|
|
linked_*.ds
|
|
unlinked.ds
|
|
unlinked_spec.ds
|
|
|
|
# IDE
|
|
.idea/
|
|
|
|
# Android related
|
|
**/android/**/gradle-wrapper.jar
|
|
.gradle/
|
|
**/android/captures/
|
|
**/android/gradlew
|
|
**/android/gradlew.bat
|
|
**/android/local.properties
|
|
**/android/**/GeneratedPluginRegistrant.java
|
|
**/android/key.properties
|
|
*.jks
|
|
**/android/**/*.iml
|
|
|
|
# iOS/XCode related
|
|
**/ios/**/*.mode1v3
|
|
**/ios/**/*.mode2v3
|
|
**/ios/**/*.moved-aside
|
|
**/ios/**/*.pbxuser
|
|
**/ios/**/*.perspectivev3
|
|
**/ios/**/*sync/
|
|
**/ios/**/.sconsign.dblite
|
|
**/ios/**/.tags*
|
|
**/ios/**/.vagrant/
|
|
**/ios/**/DerivedData/
|
|
**/ios/**/Icon?
|
|
**/ios/**/Pods/
|
|
**/ios/**/.symlinks/
|
|
**/ios/**/profile
|
|
**/ios/**/xcuserdata
|
|
**/ios/.generated/
|
|
**/ios/Flutter/.last_build_id
|
|
**/ios/Flutter/App.framework
|
|
**/ios/Flutter/Flutter.framework
|
|
**/ios/Flutter/Flutter.podspec
|
|
**/ios/Flutter/Generated.xcconfig
|
|
**/ios/Flutter/ephemeral
|
|
**/ios/Flutter/app.flx
|
|
**/ios/Flutter/app.zip
|
|
**/ios/Flutter/flutter_assets/
|
|
**/ios/Flutter/flutter_export_environment.sh
|
|
**/ios/ServiceDefinitions.json
|
|
**/ios/Runner/GeneratedPluginRegistrant.*
|
|
**/ios/Podfile.lock
|
|
**/ios/Runner.xcodeproj/
|
|
**/ios/Runner.xcworkspace/
|
|
|
|
# macOS
|
|
**/Flutter/ephemeral/
|
|
**/Pods/
|
|
**/macos/Flutter/GeneratedPluginRegistrant.swift
|
|
**/macos/Flutter/ephemeral
|
|
**/xcuserdata/
|
|
|
|
# Linux
|
|
**/linux/flutter/generated_plugin_registrant.cc
|
|
**/linux/flutter/generated_plugin_registrant.h
|
|
**/linux/flutter/generated_plugins.cmake
|
|
|
|
# Windows
|
|
**/windows/flutter/generated_plugin_registrant.cc
|
|
**/windows/flutter/generated_plugin_registrant.h
|
|
**/windows/flutter/generated_plugins.cmake
|
|
**/windows/runner/
|
|
|
|
# Linux
|
|
**/linux/flutter/generated_plugin_registrant.cc
|
|
**/linux/flutter/generated_plugin_registrant.h
|
|
**/linux/flutter/generated_plugins.cmake
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Symbols
|
|
app.*.symbols
|
|
|
|
# Exceptions to above rules.
|
|
!**/ios/**/default.mode1v3
|
|
!**/ios/**/default.mode2v3
|
|
!**/ios/**/default.pbxuser
|
|
!**/ios/**/default.perspectivev3
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
|
!/dev/ci/**/Gemfile.lock
|
|
|
|
# Local environment files
|
|
infra/local/env/*.env
|
|
configs/env/*.env
|
|
infra/cloud/volcano/env/*.env
|
|
!infra/local/env/*.env.example
|
|
!configs/env/*.env.example
|
|
!infra/cloud/volcano/env/*.env.example
|
|
.env.local
|
|
.env.*.local
|
|
.env.cloud
|
|
.env.*.cloud
|
|
deploy/.env.prod
|
|
|
|
# Misc
|
|
*.class
|
|
*.lock
|
|
*.swp
|
|
.buildlog/
|
|
.history
|
|
/logs/
|
|
backend/logs/
|
|
*.tar.gz
|
|
*.tar
|
|
# Docker volumes (local data)
|
|
docker/supabase/volumes/db/data/
|
|
infra/docker/volumes/db/data/
|
|
infra/docker/supabase/volumes/db/data/
|
|
infra/docker/supabase/volumes/storage/
|
|
|
|
# OpenCode local config
|
|
# .opencode/ is now tracked - see .opencode/.gitignore for exclusions
|
|
.opencode/opencode.json.old
|
|
|
|
# Local git worktrees
|
|
.worktrees/
|
|
worktrees/
|
|
|
|
# Runtime temp files
|
|
.tmp/
|
|
|
|
# macOS system files
|
|
.DS_Store
|
|
**/.DS_Store
|
|
|
|
# Deploy releases (APK files only, keep manifest.json)
|
|
deploy/static/releases/*.apk
|
|
deploy/static/releases/*.ipa
|
|
|
|
# Superset
|
|
.superset/
|
|
|
|
# Local agents and skills
|
|
.agents/
|