structables/.gitignore
Kumi de11b2843d
feat: bump version to 0.2.1, update .gitignore
Incremented the project version to 0.2.1, preparing for a new release with minor improvements and bug fixes. Additionally, refined the .gitignore file to explicitly include the distribution directory, ensuring build artifacts are not accidentally committed to version control. This step aligns with best practices for Python project maintenance and distribution.
2024-05-23 09:05:26 +02:00

6 lines
No EOL
51 B
Text

venv/
*.pyc
__pycache__/
.vscode
privacy.txt
/dist/