mirror of
https://github.com/Imp0ssibl33z/BA-translator.git
synced 2025-12-10 05:19:38 +05:00
45 lines
461 B
Plaintext
45 lines
461 B
Plaintext
# Generated FlatBuffers modules
|
|
FlatData/
|
|
MX/
|
|
generated_schema.fbs
|
|
|
|
# Database and data files
|
|
ExcelDB.db
|
|
ExcelDB.db.bak
|
|
types.cs
|
|
repository_map.json
|
|
|
|
# Translation files
|
|
translations*.json
|
|
translations*.csv
|
|
|
|
# FlatBuffers compiler
|
|
flatc.exe
|
|
flatc
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
|
|
# Virtual environments
|
|
venv/
|
|
env/
|
|
.env
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*~ |