You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
342 B

# Virtual Environment
.venv/
venv/
ENV/
# Python cache files
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Local configuration
.env
.env.local
*.local.py
engine_demo