Files
animaltrack/.gitignore
Petru Paler c0b939627b feat: initial project setup with implementation plan
- Add PLAN.md with 40-step checklist across 10 phases
- Add CLAUDE.md with project-specific instructions
- Set up nix flake with FastHTML/MonsterUI dependencies
- Create Python package skeleton (src/animaltrack)
- Vendor FastHTML and MonsterUI documentation
- Add Docker build configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 17:37:16 +00:00

49 lines
421 B
Plaintext

# Nix
result
result-*
.direnv/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
*.egg-info/
dist/
build/
*.egg
# SQLite databases
*.db
*.db-journal
*.db-shm
*.db-wal
# Local data directory
.animaltrack/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Local configuration
.env
*.local
.sesskey