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.
 
 
ai-image/.gitignore

41 lines
383 B

# Environment and secrets
.env
.env.*
!.env.example
# Generated output
output/
test/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Virtual environments
.venv/
venv/
env/
# Packaging
build/
dist/
*.egg-info/
# IDE and OS
.vscode/
.idea/
*.iml
.DS_Store
Thumbs.db
# Logs and local databases
*.log
*.sqlite3