mirror of
https://github.com/overcuriousity/trace.git
synced 2025-12-20 13:02:21 +00:00
- Move all project files from `trace/` subdirectory to the repository root - Rename directory structure from `fnote` to `trace` - Update package references and imports (fnote -> trace) - Update application branding and storage paths (~/.trace) - Update build script and documentation - Ensure __pycache__ is ignored
29 lines
225 B
Plaintext
29 lines
225 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
.env
|
|
.venv
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
*.spec
|