Files
bambuAPI/.gitignore
2025-10-12 12:41:25 +02:00

86 lines
923 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environment directories
env/
venv/
ENV/
.env/
.enfv/
.pyenv/
.pyenv-version
.python-version
# Pyenv specific
.python-version
# Pyenv-virtualenv
.enfv/
# IPython and Jupyter
.ipynb_checkpoints
profile_default/
ipython_config.py
# Log files
*.log
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
# VS Code settings
.vscode/
# PyCharm
.idea/
# Ignore the enfv folders virtual environment (if it exists)
enfv/
# Ignore other common environment folder names
env/
venv/
ENV/