Initial commit: Phase 1 & Phase 2 infrastructure complete
This commit is contained in:
+104
@@ -0,0 +1,104 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
|
||||
# Virtual environments
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Database
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
migrations/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Configuration
|
||||
config/local.yaml
|
||||
config/*.secret.*
|
||||
|
||||
# Data files
|
||||
data/
|
||||
captures/
|
||||
*.sub
|
||||
*.complex
|
||||
*.urh
|
||||
|
||||
# Signature databases (large files)
|
||||
signatures/flipper/flipperzero-firmware/
|
||||
signatures/rtl433/rtl_433/
|
||||
signatures/rtl433/rtl_433_tests/
|
||||
signatures/urh/temp/
|
||||
|
||||
# Testing
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.tox/
|
||||
.hypothesis/
|
||||
|
||||
# Jupyter
|
||||
.ipynb_checkpoints/
|
||||
*.ipynb
|
||||
|
||||
# Temp files
|
||||
*.tmp
|
||||
temp/
|
||||
tmp/
|
||||
|
||||
# OS
|
||||
Thumbs.db
|
||||
|
||||
# SD card exports
|
||||
sdcard_exports/
|
||||
|
||||
# User uploads
|
||||
uploads/
|
||||
photos/
|
||||
|
||||
# Compiled firmware
|
||||
*.bin
|
||||
*.elf
|
||||
*.hex
|
||||
|
||||
# Documentation builds
|
||||
docs/_build/
|
||||
site/
|
||||
Reference in New Issue
Block a user