42e89d40ee
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
30 lines
355 B
Plaintext
30 lines
355 B
Plaintext
# Ignore test data
|
|
images/
|
|
import/
|
|
|
|
# Ignore Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Ignore environment files
|
|
.env
|
|
.env.*
|
|
|
|
# Ignore virtual environments
|
|
env/
|
|
venv/
|
|
|
|
# Ignore Git and editor files
|
|
.git
|
|
.gitignore
|
|
.claude/
|
|
docs/
|
|
|
|
# Ignore DB files
|
|
imagerepo/
|
|
|
|
# Ignore Docker related files
|
|
.dockerignore
|
|
docker-compose.yml |