Files
laser-chess/.gitignore
2026-01-19 22:32:33 -05:00

38 lines
333 B
Plaintext

# 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/