git mv all tracked files from the nested padelnomics/ workspace directory to the git repo root. Merged .gitignore files. No code changes — pure path rename. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
143 B
Plaintext
18 lines
143 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.git/
|
|
.gitignore
|
|
.env
|
|
.env.*
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
data/
|
|
backups/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
.vscode/
|
|
.idea/
|