refactor: flatten padelnomics/padelnomics/ → repo root
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
45
.gitignore
vendored
45
.gitignore
vendored
@@ -1,5 +1,50 @@
|
|||||||
|
# Personal / project-root
|
||||||
CLAUDE.md
|
CLAUDE.md
|
||||||
.bedrockapikey
|
.bedrockapikey
|
||||||
.live-slot
|
.live-slot
|
||||||
.worktrees/
|
.worktrees/
|
||||||
|
.bedrock-state
|
||||||
|
toggle-bedrock.sh
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
.uv/
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
|
||||||
|
# Database
|
||||||
|
*.db
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
|
data/
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Testing
|
||||||
|
.pytest_cache/
|
||||||
.hypothesis/
|
.hypothesis/
|
||||||
|
.coverage
|
||||||
|
htmlcov/
|
||||||
|
|
||||||
|
# Build
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
*.egg-info/
|
||||||
|
|
||||||
|
# Tailwind CSS
|
||||||
|
bin/tailwindcss
|
||||||
|
web/src/padelnomics/static/css/output.css
|
||||||
|
|||||||
42
padelnomics/.gitignore
vendored
42
padelnomics/.gitignore
vendored
@@ -1,42 +0,0 @@
|
|||||||
# Python
|
|
||||||
__pycache__/
|
|
||||||
*.py[cod]
|
|
||||||
*$py.class
|
|
||||||
.venv/
|
|
||||||
venv/
|
|
||||||
.uv/
|
|
||||||
|
|
||||||
# Environment
|
|
||||||
.env
|
|
||||||
.env.local
|
|
||||||
|
|
||||||
# Database
|
|
||||||
*.db
|
|
||||||
*.db-shm
|
|
||||||
*.db-wal
|
|
||||||
data/
|
|
||||||
|
|
||||||
# IDE
|
|
||||||
.idea/
|
|
||||||
.vscode/
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
|
|
||||||
# OS
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Testing
|
|
||||||
.pytest_cache/
|
|
||||||
.hypothesis/
|
|
||||||
.coverage
|
|
||||||
htmlcov/
|
|
||||||
|
|
||||||
# Build
|
|
||||||
dist/
|
|
||||||
build/
|
|
||||||
*.egg-info/
|
|
||||||
|
|
||||||
# Tailwind CSS
|
|
||||||
bin/tailwindcss
|
|
||||||
src/padelnomics/static/css/output.css
|
|
||||||
0
padelnomics/uv.lock → uv.lock
generated
0
padelnomics/uv.lock → uv.lock
generated
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user