Initial commit: Laser Chess project files

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 22:32:33 -05:00
commit f3d32a7f38
7 changed files with 37 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Virtual environments
.venv/
venv/
env/
ENV/
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.pyo
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
# Jupyter
.ipynb_checkpoints/