add claude and gitignore

This commit is contained in:
Jev
2026-02-22 12:21:39 +01:00
parent cbb2dd44f3
commit 7ee1866fe3
2 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg
pip-wheel-metadata/
# Virtual environments
.venv/
venv/
env/
ENV/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
# Type checkers / linters
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/
*_cache/
# Jupyter Notebook
.ipynb_checkpoints/
# pyenv
.python-version
# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db