refactor: flatten padelnomics/padelnomics/ → repo root

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-22 00:49:37 +01:00
235 changed files with 45 additions and 42 deletions

45
.gitignore vendored
View File

@@ -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

View File

@@ -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

View File

Some files were not shown because too many files have changed in this diff Show More